projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a68089e
)
Avoid compiler warnings in lib-src/ntlib.c
author
Eli Zaretskii
<eliz@gnu.org>
Wed, 17 Oct 2012 21:13:20 +0000
(23:13 +0200)
committer
Eli Zaretskii
<eliz@gnu.org>
Wed, 17 Oct 2012 21:13:20 +0000
(23:13 +0200)
src/ntlib.c: Include <mbstring.h>, to avoid compiler warning about
_mbspbrk.
lib-src/ChangeLog
patch
|
blob
|
history
lib-src/ntlib.c
patch
|
blob
|
history
diff --git
a/lib-src/ChangeLog
b/lib-src/ChangeLog
index 85351d7f08de3ae6b663783f074fe6dbb0e5d2de..1f28000e11002158d2ededbe2a9aa7ecc9ddf4ea 100644
(file)
--- a/
lib-src/ChangeLog
+++ b/
lib-src/ChangeLog
@@
-1,3
+1,8
@@
+2012-10-17 Eli Zaretskii <eliz@gnu.org>
+
+ * ntlib.c: Include <mbstring.h>, to avoid compiler warning about
+ _mbspbrk.
+
2012-10-08 Eli Zaretskii <eliz@gnu.org>
* makefile.w32-in (obj): Add cygw32.o.
diff --git
a/lib-src/ntlib.c
b/lib-src/ntlib.c
index feaad1c1bb7b591a509755ef53c4136565daca25..4e125eb6d731d74349f9ecb7e20f534347804cb2 100644
(file)
--- a/
lib-src/ntlib.c
+++ b/
lib-src/ntlib.c
@@
-30,6
+30,7
@@
along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
#include <errno.h>
#include <ctype.h>
#include <sys/timeb.h>
+#include <mbstring.h>
#include "ntlib.h"